From e88558229ce155b401d88451a3b6b4400ab3720e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 19 Jul 2021 18:02:41 +0200 Subject: [PATCH] debian: Enable sysprof support under linux We need to manually add sysprof dev dependencies as these are only suggestions. --- debian/control | 2 ++ debian/control.in | 2 ++ debian/rules | 1 + 3 files changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 0c2b65221c..67704bbea0 100644 --- a/debian/control +++ b/debian/control @@ -38,6 +38,7 @@ Build-Depends: adwaita-icon-theme , libharfbuzz-dev (>= 0.9), libjson-glib-dev, libpango1.0-dev (>= 1.47.0), + libpolkit-gobject-1-dev (>= 0.105) [linux-any], librest-dev, librsvg2-common , librsvg2-dev, @@ -61,6 +62,7 @@ Build-Depends: adwaita-icon-theme , pkg-config, python3-gi (>= 3.40) , sassc, + sysprof (>= 3.38.0) [linux-any], ttf-bitstream-vera , wayland-protocols (>= 1.21) [linux-any], weston [linux-any] , diff --git a/debian/control.in b/debian/control.in index c16c70f98f..ff367234d1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -38,6 +38,7 @@ Build-Depends: adwaita-icon-theme , libharfbuzz-dev (>= 0.9), libjson-glib-dev, libpango1.0-dev (>= 1.47.0), + libpolkit-gobject-1-dev (>= 0.105) [linux-any], librest-dev, librsvg2-common , librsvg2-dev, @@ -61,6 +62,7 @@ Build-Depends: adwaita-icon-theme , pkg-config, python3-gi (>= 3.40) , sassc, + sysprof (>= 3.38.0) [linux-any], ttf-bitstream-vera , wayland-protocols (>= 1.21) [linux-any], weston [linux-any] , diff --git a/debian/rules b/debian/rules index 8c57f7146e..b6a9c1ee44 100755 --- a/debian/rules +++ b/debian/rules @@ -94,6 +94,7 @@ endif ifeq (linux,$(DEB_HOST_ARCH_OS)) configure_flags_deb += -Dwayland-backend=true else +configure_flags_deb += -Dsysprof=disabled configure_flags_deb += -Dvulkan=disabled configure_flags_deb += -Dwayland-backend=false endif -- 2.30.2